[INFO] cloning repository https://github.com/aDifferentJT/normal_floats
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aDifferentJT/normal_floats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaDifferentJT%2Fnormal_floats", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaDifferentJT%2Fnormal_floats'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3025b1d9b64627546fcd4eed93e9e54b63e7bd4
[INFO] fixing aDifferentJT/normal_floats against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FaDifferentJT%2Fnormal_floats" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aDifferentJT/normal_floats
[INFO] finished tweaking git repo https://github.com/aDifferentJT/normal_floats
[INFO] tweaked toml for git repo https://github.com/aDifferentJT/normal_floats written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aDifferentJT/normal_floats on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aDifferentJT/normal_floats already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905
[INFO] running `Command { std: "docker" "start" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking normal_floats v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 132 | / impl_op_assign!(
[INFO] [stdout] 133 | |     AddAssign,
[INFO] [stdout] 134 | |     add_assign,
[INFO] [stdout] 135 | |     f32,
[INFO] [stdout] 136 | |     "addss {x}, {y}",
[INFO] [stdout] 137 | |     "fadd {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 138 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 139 | / impl_op_assign!(
[INFO] [stdout] 140 | |     AddAssign,
[INFO] [stdout] 141 | |     add_assign,
[INFO] [stdout] 142 | |     f64,
[INFO] [stdout] 143 | |     "addsd {x}, {y}",
[INFO] [stdout] 144 | |     "fadd {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 145 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 160 | / impl_op_assign!(
[INFO] [stdout] 161 | |     SubAssign,
[INFO] [stdout] 162 | |     sub_assign,
[INFO] [stdout] 163 | |     f32,
[INFO] [stdout] 164 | |     "subss {x}, {y}",
[INFO] [stdout] 165 | |     "fsub {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 166 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 167 | / impl_op_assign!(
[INFO] [stdout] 168 | |     SubAssign,
[INFO] [stdout] 169 | |     sub_assign,
[INFO] [stdout] 170 | |     f64,
[INFO] [stdout] 171 | |     "subsd {x}, {y}",
[INFO] [stdout] 172 | |     "fsub {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 173 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 188 | / impl_op_assign!(
[INFO] [stdout] 189 | |     MulAssign,
[INFO] [stdout] 190 | |     mul_assign,
[INFO] [stdout] 191 | |     f32,
[INFO] [stdout] 192 | |     "mulss {x}, {y}",
[INFO] [stdout] 193 | |     "fmul {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 195 | / impl_op_assign!(
[INFO] [stdout] 196 | |     MulAssign,
[INFO] [stdout] 197 | |     mul_assign,
[INFO] [stdout] 198 | |     f64,
[INFO] [stdout] 199 | |     "mulsd {x}, {y}",
[INFO] [stdout] 200 | |     "fmul {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 201 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 216 | / impl_op_assign!(
[INFO] [stdout] 217 | |     DivAssign,
[INFO] [stdout] 218 | |     div_assign,
[INFO] [stdout] 219 | |     f32,
[INFO] [stdout] 220 | |     "divss {x}, {y}",
[INFO] [stdout] 221 | |     "fdiv {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 223 | / impl_op_assign!(
[INFO] [stdout] 224 | |     DivAssign,
[INFO] [stdout] 225 | |     div_assign,
[INFO] [stdout] 226 | |     f64,
[INFO] [stdout] 227 | |     "divsd {x}, {y}",
[INFO] [stdout] 228 | |     "fdiv {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 229 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `normal_floats` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 132 | / impl_op_assign!(
[INFO] [stdout] 133 | |     AddAssign,
[INFO] [stdout] 134 | |     add_assign,
[INFO] [stdout] 135 | |     f32,
[INFO] [stdout] 136 | |     "addss {x}, {y}",
[INFO] [stdout] 137 | |     "fadd {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 138 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 139 | / impl_op_assign!(
[INFO] [stdout] 140 | |     AddAssign,
[INFO] [stdout] 141 | |     add_assign,
[INFO] [stdout] 142 | |     f64,
[INFO] [stdout] 143 | |     "addsd {x}, {y}",
[INFO] [stdout] 144 | |     "fadd {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 145 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 160 | / impl_op_assign!(
[INFO] [stdout] 161 | |     SubAssign,
[INFO] [stdout] 162 | |     sub_assign,
[INFO] [stdout] 163 | |     f32,
[INFO] [stdout] 164 | |     "subss {x}, {y}",
[INFO] [stdout] 165 | |     "fsub {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 166 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 167 | / impl_op_assign!(
[INFO] [stdout] 168 | |     SubAssign,
[INFO] [stdout] 169 | |     sub_assign,
[INFO] [stdout] 170 | |     f64,
[INFO] [stdout] 171 | |     "subsd {x}, {y}",
[INFO] [stdout] 172 | |     "fsub {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 173 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 188 | / impl_op_assign!(
[INFO] [stdout] 189 | |     MulAssign,
[INFO] [stdout] 190 | |     mul_assign,
[INFO] [stdout] 191 | |     f32,
[INFO] [stdout] 192 | |     "mulss {x}, {y}",
[INFO] [stdout] 193 | |     "fmul {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 195 | / impl_op_assign!(
[INFO] [stdout] 196 | |     MulAssign,
[INFO] [stdout] 197 | |     mul_assign,
[INFO] [stdout] 198 | |     f64,
[INFO] [stdout] 199 | |     "mulsd {x}, {y}",
[INFO] [stdout] 200 | |     "fmul {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 201 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 216 | / impl_op_assign!(
[INFO] [stdout] 217 | |     DivAssign,
[INFO] [stdout] 218 | |     div_assign,
[INFO] [stdout] 219 | |     f32,
[INFO] [stdout] 220 | |     "divss {x}, {y}",
[INFO] [stdout] 221 | |     "fdiv {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 223 | / impl_op_assign!(
[INFO] [stdout] 224 | |     DivAssign,
[INFO] [stdout] 225 | |     div_assign,
[INFO] [stdout] 226 | |     f64,
[INFO] [stdout] 227 | |     "divsd {x}, {y}",
[INFO] [stdout] 228 | |     "fdiv {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 229 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `normal_floats` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905", kill_on_drop: false }`
[INFO] [stdout] 0887df8a9e2d6715d6d64510101f7fe7bb6eff9277c8cdd219434fc82dc90905
